func encoding/xml.copyValue

3 uses

	encoding/xml (current package)
		read.go#L303: 	return copyValue(val, []byte(attr.Value))
		read.go#L598: 	if err := copyValue(saveData, data); err != nil {
		read.go#L621: func copyValue(dst reflect.Value, src []byte) (err error) {